home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3scalef.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_R3SCALEFLOATGADGET_H = 1;
- include("oops/r3gadget.js")
-
-
- var R3CLID_SCALEFLOATGADGET = 656;
-
-
-
-
- // Description: For internal mapchanges.
-
- R3SFGM_WINDOWEVENT = 656000;
-
- function mR3SFGM_WINDOWEVENT() {
- DoA(this.r3obj, 656000, 0, R3TID_INTEGER, 0);
- }
-
- // Description: These are called when the user is playing with the scale gadget
- // Virtual method
- // p3: Number, scale factor.
-
- R3SFGM_SCALE = 656003;
-
- function mR3SFGM_SCALE(p3) {
- DoA(this.r3obj, 656003, p3, R3TID_FLOAT, 0);
- }
-
-
-
-
- var R3SFGA_Scale = 656500; // Number
-
-
- function r3Scalefloatgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_SCALEFLOATGADGET, arguments);
- }
- // Methods
- this.WINDOWEVENT=mR3SFGM_WINDOWEVENT;
- this.SCALE=mR3SFGM_SCALE;
-
- // Attributes
- }
-
- r3Scalefloatgadget.prototype=new r3Gadget;
- // r3scalef.h_H